home *** CD-ROM | disk | FTP | other *** search
/ Gamers Delight 2 / Gamers Delight 2.iso / Aminet / game / think / MADgic41.lzh / 1990 / MrBeef.s < prev    next >
Text File  |  1992-03-10  |  2KB  |  75 lines

  1. ;
  2. ;    Warrior: Mr. Beef
  3. ;  File name: mrbeef.red
  4. ; Torunament: ICWST'90
  5. ;   Standard: CWS'88
  6. ;     Author: Gerald Frost
  7. ;
  8. ;  Procedure: win by capturing enemy, and
  9. ;                  using them as slaves
  10. ;
  11. start     SPL    mrbeef
  12. landpat   MOV    pitguid     runway
  13.           ADD  # 1           landpat
  14.           DJN    landpat     leangth
  15. leangth   DAT                257
  16. pitguid   JMP   -37
  17. here      DAT                0
  18.           DAT                0
  19. imper     MOV    bomb        here
  20.           JMP    imper     < here
  21. trap      JMP   -102       # 2
  22. bomb      DAT                0
  23. n         DAT              # 77
  24. mrbeef    ADD  # 102         net
  25. net       MOV    trap        slave
  26.           DJN    mrbeef      n
  27.           SUB  # 7845        net
  28.           MOV  # 77          n
  29.           DJN    mrbeef      bigloop
  30.           SPL                pit
  31.           JMP    imper
  32. bigloop   DAT                34
  33. where     DAT                here
  34. slave     MOV    bomb      < where        ; haaaa-ha-ha-ha-ha (maniacal laughter)
  35. pit       SPL                slave
  36.           MOV    bomb      < where
  37.           MOV    bomb      < where
  38.           JMP    slave
  39.           JMP    pit
  40.           JMP    pit
  41.           JMP    pit
  42.           JMP    pit
  43.           JMP    pit
  44.           JMP    pit
  45.           JMP    pit
  46.           JMP    pit
  47.           JMP    pit
  48.           JMP    pit
  49.           JMP    pit
  50.           JMP    pit
  51.           JMP    pit
  52.           JMP    pit
  53.           JMP    pit
  54.           JMP    pit
  55.           JMP    pit
  56.           JMP    pit
  57.           JMP    pit
  58.           JMP    pit
  59.           JMP    pit
  60.           JMP    pit
  61.           JMP    pit
  62.           JMP    pit
  63.           JMP    pit
  64.           JMP    pit
  65.           JMP    pit
  66.           JMP    pit
  67.           JMP    pit
  68.           JMP    pit
  69.           JMP    pit
  70.           JMP    pit
  71.           JMP    pit
  72.           JMP    pit
  73. runway    JMP    pit                      ; that's all fokes!
  74.           END    start
  75.